home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 10 / 010.d81 / t.trial error < prev    next >
Text File  |  2022-08-26  |  1KB  |  69 lines

  1.  
  2.           TRIAL AND ERROR
  3.  
  4.  
  5. Written by: Shlomo Ginsburg
  6.  
  7. Home University; On Polynomials Part 2
  8. Page 60
  9. Commodore Microcomputers, April 1985
  10.  
  11.  
  12.  
  13.  
  14.   The idea of 'guessing' is not all
  15.  
  16. that bad, just as long as we make an
  17.  
  18. 'educated guess'.  When dealing with
  19.  
  20. a large powered polynomial, there is
  21.  
  22. no set equation for getting to the
  23.  
  24. 'root' of the problem, so most people
  25.  
  26. just guess.
  27.  
  28.   This program is designed to show
  29.  
  30. that the method of trial and error can
  31.  
  32. be very useful.  This program attempts
  33.  
  34. to calculate the answer(s) for:
  35.  
  36.        3    2
  37.       x - 6x + 11x - 6 = 0
  38.  
  39.  
  40. By using a trial and error method and
  41.  
  42. some input from the user, the program
  43.  
  44. can begin to converge upon an answer.
  45.  
  46.  
  47.  
  48.   This program is copyrighted by
  49.  
  50.  Commodore Microcomputers magazine.
  51.  
  52.   All rights to it are reserved.
  53.  
  54.  LOADSTAR has relieved you from the
  55.  
  56.   burden of keying in this program.
  57.  
  58. For more information on this program,
  59.  
  60.   refer to the April 1985 issue of
  61.  
  62.      Commodore Microcomputers.
  63.  
  64.  
  65.  
  66. >Files Used: TRIAL ERROR
  67.  
  68. --------------------------------------
  69.